home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / dev / c / DrChip1_03.readme < prev    next >
Text File  |  1994-12-18  |  3KB  |  59 lines

  1. Short:    C & C++ tools: ccb flist hdrtag toproto
  2. Author:   cec@gryphon.gsfc.nasa.gov (Charles Campbell)
  3. Uploader: cec@gryphon.gsfc.nasa.gov
  4. Type:     dev/c
  5.  
  6. The DrChip1_03 archive contains four programs to make working with C and
  7. C++ more fruitful.
  8.  
  9. ccb     Dr. Chip's C Beautifier program.  Places source code in Dr. Chip's
  10.         preferred indentation style. ccb's indentation methods can be
  11.         customized via options.  Binary only, freeware.
  12.  
  13. flist   flist generates lists of functions from either C or C++ files.  The
  14.         lists may optionally be in the form of prototypes, extern style (old
  15.         K&R), restricted to global/static functions, and made suitable for
  16.         inclusion into comments; flist can generate <tags> and <TAGS> files,
  17.         too, and merge them with <hdrtags> files.  Handles both C and C++.
  18.         Binary only, freeware.
  19.  
  20. hdrtag  Hdrtags will process header files (*.h) so one can tag to structure
  21.         names, typedefs, #define labels, and enumerated types.  Entire
  22.         hierarchies of header files can be tagged (include:), too.  That
  23.         sure helps with the Amiga's extensive includes!  See flist for
  24.         generating merged hdrtags, tags, and TAGS files.  Handles C, C++,
  25.         and *.y (yacc/bison) files, too.  Binary only, freeware.
  26.  
  27. toproto The toproto program converts source code to and from old K&R style
  28.         to the new prototype-using style.  It converts to and from the old
  29.         <varargs.h> style to <stdarg.h> style, too.  Binary only, freeware.
  30.  
  31. The DrChip utilities were compiled so that they need a 68020 or better and a
  32. math coprocessor.  If they don't work for you, and your machine doesn't satisfy
  33. those constraints, that may well be why.  None of these programs really use
  34. floating point, so hopefully the coprocessor restriction is inactive.  Let me
  35. know if there's a problem, please!
  36.  
  37.                         Charles E Campbell, Jr, PhD
  38.                         cec@gryphon.gsfc.nasa.gov
  39.  
  40.  
  41. ============================= Archive contents =============================
  42.  
  43. Original  Packed Ratio    Date     Time    Name
  44. -------- ------- ----- --------- --------  -------------
  45.    40060   21159 47.1% 08-Nov-94 14:57:24  DrChip/ccb/ccb
  46.     3728    1871 49.8% 08-Nov-94 14:08:40  DrChip/ccb/ccb.doc
  47.      239     171 28.4% 21-May-93 14:07:44  DrChip/ccb/Contents
  48.      416     275 33.8% 21-May-93 13:00:48  DrChip/flist/Contents
  49.    48888   26092 46.6% 08-Nov-94 14:59:46  DrChip/flist/flist
  50.     3538    1690 52.2% 08-Nov-94 14:10:00  DrChip/flist/flist.doc
  51.      357     257 28.0% 21-May-93 13:00:18  DrChip/hdrtag/Contents
  52.    48428   25683 46.9% 08-Nov-94 15:01:18  DrChip/hdrtag/hdrtag
  53.     6645    2908 56.2% 08-Nov-94 14:29:16  DrChip/hdrtag/hdrtag.doc
  54.      274     183 33.2% 21-May-93 13:18:06  DrChip/toproto/Contents
  55.    46768   24521 47.5% 08-Nov-94 15:07:40  DrChip/toproto/toproto
  56.     4980    2224 55.3% 08-Nov-94 14:48:36  DrChip/toproto/toproto.doc
  57. -------- ------- ----- --------- --------
  58.   204321  107034 47.6% 09-Nov-94 02:33:32   12 files
  59.